Add ContinuousDiD to ReadTheDocs documentation#183
Merged
Conversation
Wire the v2.6 ContinuousDiD estimator into Sphinx documentation: - New docs/api/continuous_did.rst with autoclass directives, examples, and comparison table vs CallawaySantAnna - Add estimator, results, data-prep, and module entries to api/index.rst - Add continuous treatment to decision flowchart, quick reference table, detailed guidance section, and SE table in choosing_estimator.rst Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Overall Assessment Executive Summary
Methodology
Code Quality
Performance
Maintainability
Tech Debt
Security
Documentation/Tests
|
Address P1: dose-response curves ATT(d)/ACRT(d) require Strong Parallel
Trends (SPT); overall_att is ATT^{loc} under PT, equals ATT^{glob} only
under SPT. Added notes in continuous_did.rst and choosing_estimator.rst.
Address P2: document D=0 (untreated group) and balanced panel requirements
in both the API reference and the choosing guide.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
/ai-review |
|
🔁 AI review rerun (requested by @igerber) Head SHA: Overall assessment: ✅ Looks good Executive summary
Methodology
Code Quality
Performance
Maintainability
Tech Debt
Security
Documentation/Tests
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
/ai-review |
|
🔁 AI review rerun (requested by @igerber) Head SHA: Overall assessment: Needs changes
Methodology
Code Quality Performance Maintainability Tech Debt Security Documentation/Tests |
Owner
Author
|
/ai-review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/api/continuous_did.rstAPI reference page with autoclass directives forContinuousDiD,ContinuousDiDResults, andDoseResponseCurve, example usage, and comparison table vs CallawaySantAnnadocs/api/index.rst: estimator, results, data-prep, and module toctree entriesdocs/choosing_estimator.rst: decision flowchart question 0, quick reference row, detailed guidance section with code example, and SE methods rowMethodology references (required if estimator / math changes)
Validation
Security / privacy
Generated with Claude Code